Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Temporary patch to accept arbitrary lifetimes (behind feature gate) in bounds lists #13898

Merged
merged 2 commits into from
May 4, 2014

Conversation

nikomatsakis
Copy link
Contributor

This is needed to bootstrap fix for #5723.

@@ -173,7 +173,8 @@ pub static DUMMY_NODE_ID: NodeId = -1;
#[deriving(Clone, Eq, TotalEq, Encodable, Decodable, Hash)]
pub enum TyParamBound {
TraitTyParamBound(TraitRef),
RegionTyParamBound
StaticRegionTyParamBound,
OtherRegionTyParamBound(Span) // FIXME -- just here until work for #XYZ lands
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

XYZ?

@alexcrichton
Copy link
Member

r=me with a squash

bors added a commit that referenced this pull request May 4, 2014
@bors bors closed this May 4, 2014
@bors bors merged commit 92b741a into rust-lang:master May 4, 2014
@nikomatsakis nikomatsakis deleted the type-bounds-b branch March 30, 2016 16:17
arcnmx pushed a commit to arcnmx/rust that referenced this pull request Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants